projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212e1e9
)
Ron Parker's Nav Companion takes 20 character shortnames. Adjusted call
author
robertl
<robertl>
Tue, 10 Jun 2003 16:02:30 +0000
(16:02 +0000)
committer
robertl
<robertl>
Tue, 10 Jun 2003 16:02:30 +0000
(16:02 +0000)
to setshortlen.
magnav.c
patch
|
blob
|
history
diff --git
a/magnav.c
b/magnav.c
index 79c7452d5adda963842b17625163b108b9163ae2..fbae0af40bb774b4cb515ff8cd7812230fd8142d 100644
(file)
--- a/
magnav.c
+++ b/
magnav.c
@@
-81,7
+81,7
@@
wr_init(const char *fname, const char *args)
fatal(MYNAME ": Cannot open %s for writing\n", fname);
}
mkshort_handle = mkshort_new_handle();
- setshort_length(mkshort_handle,
9
);
+ setshort_length(mkshort_handle,
20
);
}
static void